body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #333;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #009ed8;
}

.color {
    color: #009ed8;
}


/*header*/
.header_top {
    height: 155px;
    background:url(../images/header_bg.jpg) no-repeat bottom center;
}
.header_top .logo{margin-top: 35px;}
.header_top .header_tel{margin-top: 45px;background: url(../images/header_tel.png) no-repeat left center;padding-left: 65px;font-size: 18px;color:#363636;}
.header_top .header_tel span{
    font-weight: bold;font-size: 28px;color: #009fd9;display: block;
    background-image:-webkit-linear-gradient(left, #009fd9,#01ccda);
    background-image:-moz-linear-gradient(left, #009fd9,#01ccda);
    background-image:-o-linear-gradient(left, #009fd9,#01ccda);
    background-image:linear-gradient(left, #009fd9,#01ccda);  
    -webkit-background-clip:text; -webkit-text-fill-color:transparent;
}

.header_nav {height: 57px;position: relative;z-index: 99;border-bottom: 5px solid #2f2c2d;background: #fff;}
.menu>ul>li {float: left;height: 57px;line-height:57px;width:150px;text-align: center;background:url(../images/nav_li.png) no-repeat center;position: relative;}
.menu>ul>li>a {font-size: 18px;color: #fff;}
.menu>ul>li:hover,.menu>ul>li.hover{background:url(../images/nav_hover.png) no-repeat center;}

.erji{position: absolute;top:57px;left: -11px;z-index: 19;display: none;width: 180px;padding-top: 5px;}
.erji>li{height: 45px;line-height: 45px;padding-left: 20px;text-align: left;border-bottom: 1px dashed #5b5b5b;background: #2f2c2d;}
.erji>li>a{color: #fff;font-size: 16px;}
.erji>li:hover{background: #009ed8;}

.header_nav.nav01 {position: fixed;top: 0;left: 0;z-index: 999;width: 100%;min-width: 1200px;}

/*首页banner*/
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;

    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*footer*/
.footer {
    width: 100%;
    padding: 38px 0;
    background: url(../images/foot_bg.jpg) no-repeat top center;
    overflow: hidden;
}

.footer .footer_nav {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}

.footer .footer_nav li {
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid #faf6f6;
}
.footer .footer_nav li.first{border-left:none;}
.footer .footer_nav li a {
    font-size: 18px;
    color: #faf6f6;
}
.footerC .fl {
    position: relative;
    width: 240px;
}

.footerC .fl ul li {
    width: 136px;
    margin: 20px 20px 0;
}

.footerC .fl ul li img {
    width: 136px;
    height: 136px;
}

.footerC .fl ul li p {
    color: #cccccc;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.footerC .footerTitle {
    font-size: 18px;
    position: relative;
    width: 116px;
    line-height: 33px;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}

.footerC .ce {
    width: 350px;
    padding: 0 70px;
    text-align: left;
    color: #f2f2f2;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
}

.footerC .ce p {
    text-align: left;
    font-size: 18px;
    line-height: 35px;
}

.footerC .ce div {
    padding-top: 10px;
    background: url(../images/index-address.png) no-repeat left 10px;
    padding-left: 30px;
}

.footerC .ce div a {
    color: #f2f2f2;
}

.footerC .fr {
    width: 377px;
}

.footerC .fr dl {
    position: relative;
}

.footerC .fr dl dt {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 34px;
    color: #fff;
}

.footerC .fr input.inp_one {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-indent: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #FFF;
    color: #fff;
}
.footerC .fr dl.bookdl{padding-top: 37px;}
.footerC .fr .texar {
    width: 100%;
    height: 40px;
    border: 1px solid #FFF;
    background: none;
    color: #fff;
}

.footerC .fr .button {
    width: 100%;
    line-height: 38px;
    background: #f0f0f0;
    text-align: center;
    color: #000;
    margin: 10px 0;
}

.foot_bot {
    width: 100%;
    color: #ccc;
    text-align: center;
    background: #333333;
}
.foot_bot span {
    line-height: 60px;
    font-size: 16px;
    width: 33.3%;
    display: inline-block;
    padding: 0;
}
.foot_bot span a {
    color: #ccc;
}
